Micron Document
Fox's Git Mirrors

Commit f67b09cb51e7799ba86c56bdb6f2bd6b718348d0


Parents : c848087
Author : Mark Qvist <mark@unsigned.io>
Signature : Signature validation error
Date : 2018-03-17T17:40:55+01:00
Committer : GitHub <noreply@github.com>
Date : 2018-03-17T17:40:55+01:00

Update README.md

Changes

1 files changed, 1 insertions(+), 1 deletions(-)

M README.md +1 -1

Diff

diff --git a/README.md b/README.md
index 86cb0c2..e3aba93 100644
--- a/README.md
+++ b/README.md
@@ -117,7 +117,7 @@ When saving the configuration, it is written to EEPROM, so it will persist betwe
To connect to the modem use __9600 baud, 8N1__ serial. By default, the firmware uses time-sensitive input, which means that it will buffer serial data as it comes in, and when it has received no data for a few milliseconds, it will start interpreting whatever it has received. This means you need to set your serial terminal program to not send data for every keystroke, but only on new-line, or pressing send or whatever. If you do not want this behaviour, you can compile the firmware with the DEBUG flag set, which will make the modem wait for a new-line character before interpreting the received data. I would generally advise against this though, since it means that you cannot have newline characters in whatever data you want to send!
-![MicroModem](https://raw.githubusercontent.com/markqvist/MicroModem/master/Design/Images/1.jpg)
+![MicroModem](https://unsigned.io/wp-content/uploads/2014/11/A1-1024x731.jpg)
The project has been implemented in your normal C with makefile style, and uses AVR Libc. The firmware is compatible with Arduino-based products, although it was not written in the Arduino IDE.

Served by rngit 1.4.1 - Generated in 0.02s